home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-MIPS / REBOOT.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  455b  |  18 lines

  1. /*
  2.  * This file is subject to the terms and conditions of the GNU General Public
  3.  * License.  See the file "COPYING" in the main directory of this archive
  4.  * for more details.
  5.  *
  6.  * Copyright (C) 1997 by Ralf Baechle
  7.  *
  8.  * Declare variables for rebooting.
  9.  */
  10. #ifndef __ASM_MIPS_REBOOT_H
  11. #define __ASM_MIPS_REBOOT_H
  12.  
  13. void (*_machine_restart)(char *command);
  14. void (*_machine_halt)(void);
  15. void (*_machine_power_off)(void);
  16.  
  17. #endif /* __ASM_MIPS_REBOOT_H */
  18.